Evaluate Model

Evaluate Model

Supply data to evaluate the model on You can also supply specific config for the deployed service

Request
path Parameters
id
required
string

ID of the Model to train

Request Body schema: application/json
object

Service Configuration

required
object

Evaluate input

Responses
200

Ok

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

500

Internal Server Error

post/ml/models/{id}/evaluate
Request samples
application/json
{
  • "config": {
    },
  • "input": {
    }
}
Response samples
application/json
{
  • "input": {
    },
  • "serviceConfig": {
    }
}